body, html {
    margin: 0;
    padding: 0;
    background-color:#D8DBE2;
}
.navbar {
    padding: 1rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Darker shadow gradient */
    position: absolute; /* Ensures it overlays the carousel */
    width: 100%;
    z-index: 1000; /* Keeps it above other elements */
}

.navbar-nav {
    margin-left: auto; /* Pushes nav items to the right */
}

.nav-link, .navbar-brand {
    font-size: 1.2rem;
    font-family:  "Aboreto", system-ui; /* Apply MonteCarlo font */
    color: white; /* Change color as needed for visibility */
}

.navbar-brand {
    font-size: 1.7rem;
}

/* Resort Caption Styles */
.stays-caption{
    font-size: 5rem;
    position: absolute; /* Positioning to overlay on carousel */
      bottom: 50%; /* Adjust as needed for vertical positioning */
      left: 50%; /* Center horizontally */
      transform: translateX(-50%); /* Adjust for centering */
      text-align: center; /* Center text within caption */
      color: white;
      font-family: "MonteCarlo", cursive;
      z-index: 2;
  }
  
  .background-image {
    width: 100%; /* Full width */
    height: 90vh; /* Set height to 50% of the viewport height */
    overflow: hidden; /* Hide overflow if any */
  }
  
  .background-image img {
    width: 100%; /* Full width of the container */
    height: auto; /* Maintain aspect ratio */}


.footer{
    text-align: center;
    color: black;
    background-image: linear-gradient(to bottom, #D8DBE2,#a3a5ab);
    padding-top: 0px;
    padding: 10px;
}

.footer-main{
    font-size: 3rem;
    font-family: "MonteCarlo", cursive;  
}
.footer h5, 
.footer a {
    color:black /* Set text color to white */
}

.footer a:hover {
    color: #181610;
    text-decoration: underline; /* Optional: Underline on hover for better UX */
}
.footer .nav{
    font-size: 1.2rem;
}
.footer-box{
    min-width: 300px;
    font-family: "Cinzel", serif;
}
.footer-logo {
    padding: 0%;
    margin: 0%;
    height: 150px; /* Adjust the size of the logo */
    margin-right: 0; /* Space between the logo and the text */
  }
footer.py-5{
    padding-bottom: 0!important;
  }
  footer.d-flex{
    padding-bottom: 0!important;
  }

.room-card:hover {
    transform: scale(1.02)!important; /* Slight zoom effect */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.1)!important; /* More pronounced shadow on hover */

}

.room-content h3 {
    font-family: "MonteCarlo", cursive;
    font-size: 2rem; /* Stylish title size */
    color: #333; /* Text color */
    margin-bottom: 1rem;
}

.room-content p {
    font-size: 1rem;
    color: #666; /* Subtle text color */
    line-height: 1.5;
}

.room-image img {
    border-top-right-radius: 10px; /* Match card radius */
    border-bottom-right-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image fits nicely */
}

.icon-link {
    color: grey; /* Link color */
    text-decoration: none;
    font-weight: bold;
}

.icon-link:hover {
    text-decoration: underline; /* Underline on hover */
}

.room-cards {
    background-color: #e9e2c3cb;
    padding: 30px;
    margin: 0 auto;
}

.room-card {
    background-color:#bdbcbe;
    box-sizing: border-box;
    border: 2px solid black; /* Subtle border */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); /* Soft shadow */
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    width: 100%; /* Adjust as necessary */
    height: 350px; /* Fixed height */
    margin-bottom: 20px; /* Space between cards */
}

.room-content {
    padding: 15px;
    flex: 1; /* Allows content to take up available space */
}

.room-image {
    width: 250px; /* Fixed width for image */
}

.room-image img {
    width: 100%; /* Ensures image fills its container */
    height: 100%; /* Maintains aspect ratio */
}

.card-text {
    overflow: hidden; /* Prevent overflow */
    text-overflow: ellipsis; /* Add ellipsis if text overflows */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
 .card-text {
    overflow: hidden; /* Prevent overflow */
    text-overflow: ellipsis; /* Add ellipsis if text overflows */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.room-card.deluxe{
    background-color: #beb180c0;
}
.logo {
    
    filter: drop-shadow(0px 0px 7px white); /* Adds a white glow around the logo */
    transition: transform 0.3s ease-in-out; /* Smooth animation for hover effect */
}

@media (max-width: 576px) {
    .navbar {
        padding:5px;
        position: absolute; /* Overlay on the carousel */
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        font-size: 12px; /* Smaller font for small devices */
    }
    
    .navbar-brand {
        font-size: 16px; /* Slightly larger for branding */
        color:white; /* Ensure visibility */
    }
    
    .nav-link {
        font-size: 12px; /* Smaller font for links */
        color:white;
       
    }
    .navbar a:hover{
        color:white;
        text-decoration: underline;
    }
    .navbar-toggler {
        border-color: #fff; /* White border for toggle icon */
    }
    .navbar-collapse {
        text-align: right;
    }
    
    .navbar-toggler-icon {
        width: 8px; /* Set smaller width */
        height: 8px; /* Set smaller height */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28150, 150, 150, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .stays-caption{
        height: 100px;
        width: 100%;
        font-size: 1.5rem;
        position: absolute; /* Positioning to overlay on carousel */
        bottom: 18%; /* Adjust as needed for vertical positioning */
        left: 50%; /* Center horizontally */
        transform: translateX(-50%); /* Adjust for centering */
        text-align: center; /* Center text within caption */
        color: white;
        font-family: "MonteCarlo", cursive;
      }
      .carousel-inner{
        height: 180px;
      }
      .room-card{
        border: 1px solid rgba(0, 0, 0, 0.2)!important; /* Adds a subtle blackish border */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4)!important; /* Blackish shadow effect */ 
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        height:250px;
        max-width: 100%;  
      }
      .room-cards{
        padding:20px;
        overflow: hidden; /* Ensures no child element extends beyond this container */
      }
      .room-content h3 {
        font-family: "MonteCarlo", cursive;
        font-size: 1.3rem; /* Stylish title size */
        color: #333; /* Text color */
        margin-bottom: 1rem;
    }
    .room-content{
        padding: 15px!important;
        margin: 0px!important;
    }
    .room-content p {
        font-size: 0.5rem;
        color: #666; /* Subtle text color */
        line-height: 1.5;
    }
    .card-content {
        flex: 1; /* Takes up equal space (50%) */
        max-width: 50%; /* Ensures it does not exceed 50% of card width */
        padding: 1rem; /* Adds spacing inside the content */
        box-sizing: border-box; /* Includes padding in the width calculation */
      }
    .room-image {
        flex: 1; /* Takes up equal space (50%) */
        max-width: 50%; /* Ensures it does not exceed 50% of card width */
      }
      .room-image img {
        width: 100%; /* Ensures the image fills the container */
        height: 100%; /* Maintains the height of the image */
        object-fit: cover; /* Crops or fits the image proportionally */
      }
      .room-card:hover {
        transform: scale(1.02)!important; /* Slight zoom effect */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.1)!important; /* More pronounced shadow on hover */
    
    }
    .footer-logo {
        padding: 0%;
        margin: 0%;
        height: 100px; /* Adjust the size of the logo */
        margin-right: 0; /* Space between the logo and the text */
      }
}
@media (min-width: 576px) and (max-width: 992px){
    .navbar {
        padding: 15px;
        position: absolute; /* Overlay on the carousel */
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        font-size: 12px; /* Smaller font for small devices */
    }
    
    .navbar-brand {
        font-size: 24px; /* Slightly larger for branding */
        color:white; /* Ensure visibility */
    }
    
    .nav-link {
        font-size: 20px; /* Smaller font for links */
        color:white;
       
    }
    .navbar a:hover{
        color:white;
        text-decoration: underline;
    }
    .navbar-toggler {
        border-color: #fff; /* White border for toggle icon */
    }
    .navbar-collapse {
        text-align: right;
    }
    
    .navbar-toggler-icon {
        width: 25px; /* Set smaller width */
        height: 25px; /* Set smaller height */
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28150, 150, 150, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    .stays-caption{
        height: 100px;
        width: 100%;
        font-size: 3rem;
        position: absolute; /* Positioning to overlay on carousel */
        bottom: 45%; /* Adjust as needed for vertical positioning */
        left: 50%; /* Center horizontally */
        transform: translateX(-50%); /* Adjust for centering */
        text-align: center; /* Center text within caption */
        color: white;
        font-family: "MonteCarlo", cursive;
      }
      .carousel-inner{
        height: 350px;
      }
      .room-card{
        border: 1px solid rgba(0, 0, 0, 0.2)!important; /* Adds a subtle blackish border */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4)!important; /* Blackish shadow effect */ 
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        height:250px;
       
      }
      .room-cards{
        padding:20px;
        overflow: hidden; /* Ensures no child element extends beyond this container */
      }
      .room-content h3 {
        font-family: "MonteCarlo", cursive;
        font-size: 1.3rem; /* Stylish title size */
        color: #333; /* Text color */
        margin-bottom: 1rem;
    }
    .room-content{
        display: block!important ;
        padding: 15px!important;
        margin: 0px!important;
    }
    .room-content p {
        font-size: 0.5rem;
        color: #666; /* Subtle text color */
        line-height: 1.5;
        display: block!important ;
    }
    .card-content {
       /* Takes up equal space (50%) */
        max-width: 50%; /* Ensures it does not exceed 50% of card width */
        padding: 1rem; /* Adds spacing inside the content */
        box-sizing: border-box; /* Includes padding in the width calculation */
      }
    .room-image {
        /* Takes up equal space (50%) */
        max-width: 50%; /* Ensures it does not exceed 50% of card width */
      }
      .room-image img {
        width: 100%; /* Ensures the image fills the container */
        height: 100%; /* Maintains the height of the image */
        object-fit: cover; /* Crops or fits the image proportionally */
      }
      .room-card:hover {
        transform: scale(1.02)!important; /* Slight zoom effect */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.1)!important; /* More pronounced shadow on hover */
    
    }
}
@media (min-width:992px) and (max-width: 1300px){
    .stays-caption{
        height: 100px;
        width: 100%;
        font-size: 3rem;
        position: absolute; /* Positioning to overlay on carousel */
        bottom: 35%; /* Adjust as needed for vertical positioning */
        left: 50%; /* Center horizontally */
        transform: translateX(-50%); /* Adjust for centering */
        text-align: center; /* Center text within caption */
        color: white;
        font-family: "MonteCarlo", cursive;
      }
      .carousel-inner{
        height:500px;
      }
      .room-card{
        border: 1px solid rgba(0, 0, 0, 0.2)!important; /* Adds a subtle blackish border */
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4)!important; /* Blackish shadow effect */ 
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
        height:350px;
       
      }
      .room-cards{
        padding:20px;
        overflow: hidden; /* Ensures no child element extends beyond this container */
      }
      .room-content h3 {
        font-family: "MonteCarlo", cursive;
        font-size: 1.3rem; /* Stylish title size */
        color: #333; /* Text color */
        margin-bottom: 1rem;
    }
    .room-content{
        display: block!important ;
        padding: 15px!important;
        margin: 0px!important;
    }
    .room-content p {
        font-size: 0.7rem;
        color: #666; /* Subtle text color */
        line-height: 1.5;
        display: block!important ;
    }
    .card-content {
       /* Takes up equal space (50%) */
        max-width: 50%; /* Ensures it does not exceed 50% of card width */
        padding: 1rem; /* Adds spacing inside the content */
        box-sizing: border-box; /* Includes padding in the width calculation */
      }
    .room-image {
        /* Takes up equal space (50%) */
        max-width: 50%; /* Ensures it does not exceed 50% of card width */
      }
      .room-image img {
        width: 100%; /* Ensures the image fills the container */
        height: 100%; /* Maintains the height of the image */
        object-fit: cover; /* Crops or fits the image proportionally */
      }
      .room-card:hover {
        transform: scale(1.02)!important; /* Slight zoom effect */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.1)!important; /* More pronounced shadow on hover */
    
    } 
}
@media (min-width: 1300px) and (max-width:1700px){
    .carousel-inner{
        height: 650px;
    }
    .stays-caption{
        height: 100px;
        width: 100%;
        font-size: 4rem;
        position: absolute; /* Positioning to overlay on carousel */
        bottom: 45%; /* Adjust as needed for vertical positioning */
        left: 50%; /* Center horizontally */
        transform: translateX(-50%); /* Adjust for centering */
        text-align: center; /* Center text within caption */
        color: white;
        font-family: "MonteCarlo", cursive;
      }
}
@media (min-width:1700px)
{
    .carousel-inner{
        height: 90vh;
    }
    .stays-caption{
        height: 100px;
        width: 100%;
        font-size: 5rem;
        position: absolute; /* Positioning to overlay on carousel */
        bottom: 50%; /* Adjust as needed for vertical positioning */
        left: 50%; /* Center horizontally */
        transform: translateX(-50%); /* Adjust for centering */
        text-align: center; /* Center text within caption */
        color: white;
        font-family: "MonteCarlo", cursive;
      }
}
@media (min-width:1700px)
{
    .background-image {
    width: 100%; /* Full width */
    height: 90vh; /* Set height to 50% of the viewport height */
    overflow: hidden; /* Hide overflow if any */
  }
  
  .background-image img {
    width: 100%; /* Full width of the container */
    height: auto; /* Maintain aspect ratio */}

    .carousel-inner{
        height: 800px;
    }
}
/* General Reset for Consistency */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Background Image Section */
.background-image {
    display: block;
    width: 100%;
    height: auto; /* Responsive scaling */
}

/* Room Cards Section */
.room-cards {
    margin: 0; /* Ensures no gap */
    padding: 20px; /* Optional: Adjust padding for aesthetics */
    background-color:#D8DBE2; /* Optional: Add background color for distinction */
}

/* Remove any potential gaps from Bootstrap or other frameworks */
.carousel-inner {
    margin-bottom: 0;
}

.room-cards .row {
    margin: 0; /* Prevent row gaps */
}

